home *** CD-ROM | disk | FTP | other *** search
/ IO CD February 1999 / IO_LUTY_99.ISO / DODATKI / Brood War / scdchooser.exe / 0 / RCDATA / TCHOOSERFORM / TCHOOSERFORM.txt
Text File  |  1998-01-10  |  2KB  |  98 lines

  1. object ChooserForm: TChooserForm
  2.   Left = 200
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'SC/Diablo Server Chooser'
  6.   ClientHeight = 106
  7.   ClientWidth = 345
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object CustIPEdit: TEdit
  17.     Left = 8
  18.     Top = 8
  19.     Width = 161
  20.     Height = 24
  21.     TabOrder = 0
  22.   end
  23.   object RestIPButton: TButton
  24.     Left = 8
  25.     Top = 40
  26.     Width = 120
  27.     Height = 33
  28.     Caption = 'Use &Battle.Net'
  29.     TabOrder = 1
  30.     OnClick = RestIPButtonClick
  31.   end
  32.   object SCStartRB: TRadioButton
  33.     Left = 8
  34.     Top = 80
  35.     Width = 113
  36.     Height = 17
  37.     Caption = 'Start &Starcraft'
  38.     Checked = True
  39.     TabOrder = 2
  40.     TabStop = True
  41.   end
  42.   object DiabloSRB: TRadioButton
  43.     Left = 128
  44.     Top = 80
  45.     Width = 113
  46.     Height = 17
  47.     Caption = 'Start &Diablo'
  48.     TabOrder = 3
  49.   end
  50.   object ChangeIP: TButton
  51.     Left = 176
  52.     Top = 8
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&Change'
  56.     TabOrder = 4
  57.     OnClick = ChangeIPClick
  58.   end
  59.   object LaunchButton: TButton
  60.     Left = 264
  61.     Top = 8
  62.     Width = 75
  63.     Height = 25
  64.     Caption = '&Ok'
  65.     Default = True
  66.     TabOrder = 5
  67.     OnClick = LaunchButtonClick
  68.   end
  69.   object ExitButton: TButton
  70.     Left = 264
  71.     Top = 40
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'E&xit'
  76.     TabOrder = 6
  77.     OnClick = ExitButtonClick
  78.   end
  79.   object AboutButton: TButton
  80.     Left = 264
  81.     Top = 72
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&About...'
  85.     TabOrder = 7
  86.     OnClick = AboutButtonClick
  87.   end
  88.   object ShadSynIP: TButton
  89.     Left = 136
  90.     Top = 40
  91.     Width = 113
  92.     Height = 33
  93.     Caption = '&Use [SS] Server'
  94.     TabOrder = 8
  95.     OnClick = ShadSynIPClick
  96.   end
  97. end
  98.